@font-face {
  font-family: 'DIN Next LT Pro';
  src:  url('DINNextLTPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Han';
  src:  url('SourceHanSansSC-Normal.otf') format('opentype');
}
*{margin: 0;padding: 0;list-style: none;}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {
  font: 14px/1.5 tahoma,'DIN Next LT Pro',sans-serif, arial, \5b8b\4f53, sans-serif;
}

// h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

body{
    overflow-x: hidden;
}

/*header*/
.header{
    // height: 128px;
    width: 96%;
    margin: 0 2%;
    border-radius:0 0 20px 20px;
    -webkit-box-shadow:0 0 6px #040404;
    -moz-box-shadow:0 0 6px #040404;
    box-shadow:0 0 6px #040404;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color:#fff;
    // padding-bottom: 10px;
}
.header_left{
    padding-right: 0;
    padding-left: 26px;
    margin-top: 12px;
}
.header_logo a{
    // display:inline-block;
}
.header_logo img{
     height: 78px; 
     width: auto; 
    margin-bottom: 10px;
}
.h_top{
    overflow: hidden;
    line-height: 26px;
    margin-top:24px;
    color:#ccc;
    padding-right: 10px;
}
.h_top span{
    float: right;
}
.h_down{
    margin-top: 30px;
}
/*nav*/
.nav ul{
    overflow: hidden;
    // margin-bottom:22px;
}

.nav_btn{
    font-size: 14px;
    color:#666;
    background-color: transparent;
    height: 30px;
    display: inline-block;
    // padding: 10px;
    // margin: 10px 5px 10px 5px;
}
.active{
    border-bottom: 3px solid #2484C6;
    margin-bottom:1px;
}
.nav_title{
    font-size: 14px;
    font-family: 'DIN Next LT Pro';
    cursor: pointer;
    height: auto;
}


.nav_btn:hover,.nav_title:hover{
    color: #2484C6;
    font-weight: bold;
}
.nav_son{
    padding-bottom:20px; 
}
.nav_son a{
    color: #2484C6;
}
.nav_web a{
    color: #808080;
}
.nav ul li{
    float: left;
    text-align: left;
    padding: 0 35px;
    margin: 0 20px;
} 
.nav ul li a{
    text-decoration: none;
    white-space: nowrap;
    font-family: 'DIN Next LT Pro';

}
.nav .col-md-1 div{
 min-width:300px !important
}

/*.nav li:first-child{
    text-align: right;
    border-right: 1px solid #ccc;
    padding-right: 3%;
    margin-right: 1%;
    width: 24%;
    min-width: 339px;
    margin-bottom: 12px;
}
*/
.nav li div{
    margin-top: 16px !important;
	margin-left:0px !important;
}
.nav li div a:hover{
    background-color: #2484C6;
    color:#fff;
    border-radius: 4px;
    padding: 4px;
    text-decoration: none;
}
.nav li p{
    line-height: 26px;
}
.nav_son,.nav_web,.close_window{
    display: none;
}
.close_window{
    overflow: hidden;
    margin-bottom: 8px;
}
.close_window i{
    cursor: pointer;
    float:right;
    color: #CACACA;
    font-size: 20px;
}
/*search*/
.search_wrap{
    line-height: 20px;
    overflow: hidden;
}
.search_wrap i{
    float: right;
}
.t_search{
    height: 22px;
    line-height: 18px;
    width: 0px;
    border:0px solid #808080;
    border-radius: 6px;
    margin-top: 1px;

}
.search_icon,.t_search_icon{
    cursor: pointer;
}
.search_btn{
    line-height: 16px;
    width: 0px;
    height: 16px;
    font-size: 1.2rem;
    border-radius: 6px;
    outline:medium;
    border:none;
    padding-left: 0px;
    font-family: 'DIN Next LT Pro';
}
.t_icon i{
    font-size: 20px;
}
.t_icon a{
    color: #ccc;
}
.t_icon a:hover{
    color: #ccc;
    text-decoration: none;
}
.t_icon i:nth-child(1):after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(./timg.jpg);
    background-size: cover;
    //border:1px solid red;
}
.t_icon i:nth-child(3){
    font-size: 17px;
}
.t_icon i:nth-child(4){
    font-size: 22px;
}
.t_icon i,.t_chinese{
    cursor: pointer;
}

.t_chinese a{
    color: #ccc;  
    text-decoration: none;
    font-family: 'DIN Next LT Pro';
}

/*icon*/
.t_icon{
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 10px;
}
.t_icon{

}
.t_icon,.t_chinese{
    margin-top: -5px;
}
.t_icon{
    border-left: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 10px;
}
.t_chinese{
    font-family:'Source Han Sans';
    line-height: 30px;
}
/*main*/
.content {
    width: 96%;
    margin: 0 2%;
    margin-top: 40px;
}
.content_right {
    width: 70%;
    margin: 0 15%;
}
.content_wrap{
    font-family: 'DIN Next LT Pro';
    max-width:1440px;
}

.content_right ul{
    font-size:14px;
    font-family: 'DIN Next LT Pro';
    line-height: 26px;
    color:#666666;
    margin-left:18px;
}

.content_right h4{ 
    font-family: 'DIN Next LT Pro'; 
    color:#46626f;
    padding-top: 20px;
}

.content_wrap h6 {
    font-family: 'DIN Next LT Pro';
    font-weight: 300;
    margin-bottom: 5px;
}
.content_wrap h1 {
    margin-bottom: 30px;
    font-family: 'DIN Next LT Pro';
    font-weight: 300;
}
.content_wrap h2{
		color: black;
}
.content_right p{
    font-size:14px;
    font-family: 'DIN Next LT Pro';
    line-height: 26px;
    color:#666666;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content_text{
    margin-bottom:50px;
}
.content_right img{
    width: 100%;
}
.content_right li {
	list-style-type: disc
}
.content_right a {
	color: #2484C6
}
.content_right a:hover {
	text-decoration: none;
}
/*footer*/

.foot_tit{
    // position: absolute;
    color: #fff;
    width: 400px;
    margin: 0 auto;
}
.foot_tit a{
    color: #fff;
    text-decoration: none;
    font-family: 'DIN Next LT Pro';
}

.content_down .content_down_img{
    width: 42%;
}
.content_down .content_text_all{
    width: 47%;
}
.content_down_img {
    margin-right: 10px;
}
.content_down_wrap{
    width: 39.666667%;
    padding-right:0;
}
.content_down_wrap:last-child{
    width: auto;
}
.content_down_wrap h4{
    font-weight: 300;
    color: #47626F;
    font-family:'DIN Next LT Pro';

}
.content_down .content_down_wrap:nth-child(2){
    border-right: 1px solid #ccc;
}
.content_down{
    background-color: #B1B1B1;
    border-radius:30px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.content_footer_text{
    padding-left:0;
    margin-bottom: 10px;
}
.content_text_all{
    padding-left:8px;
    padding-top:6px;
}

.content_down .col-md-6{
    padding-right: 0;
    padding-left: 6px;
}
.content_down img{
    width: 100%;
}
.contetn_d_text{
    overflow: hidden;
}

.contetn_d_text a:hover{
    text-decoration: none;
}

.content_down_wrap p {
    color: #fff;
    font-family: 'DIN Next LT Pro';
}

.content_down_wrap p.topic {
	font-weight: bold;
}

input:-ms-input-placeholder{
    color: #808080;
}

input::-webkit-input-placeholder{
    color: #808080;
}
/*二维码*/
.qr_code{

} 

.qr_code img{
    position: fixed;
    z-index: 9999;
    top: 40px;
    right: 75px;
    display:none;
}
.foldon{
    display: block !important;
}
.circle-image {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}
.half-circle-image {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.news-link {
	text-decoration: none !important;
}
.bread {
	color: black !important;
	text-decoration: none;
}

@media (min-width: 1200px){
    .header .container {
        width: 100%;
    }
}
@media (min-width:768px) and (max-width: 1200px){
     .nav ul li{
        width: 11%;
    }
}
@media (min-width:768px) and (max-width: 1266px){
    .container,.content{
        width: 1100px !important;
    }
    .header{
        width: 1100px;
    }
    .nav ul li{
        width: 10%;
    }
}

.lh-footer a{
    color: #fff;
}
